projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9f317c9
)
Make it compile
author
Matthias Clasen
<matthiasc@src.gnome.org>
Mon, 9 Jul 2007 18:04:59 +0000
(18:04 +0000)
committer
Matthias Clasen
<matthiasc@src.gnome.org>
Mon, 9 Jul 2007 18:04:59 +0000
(18:04 +0000)
svn path=/trunk/; revision=18414
gtk/gtksearchenginesimple.c
patch
|
blob
|
history
diff --git
a/gtk/gtksearchenginesimple.c
b/gtk/gtksearchenginesimple.c
index a0a957a16e292e6afe38bb53226414e66c073885..4d27957d41b19db9d2738b864067dfd92a8ca55e 100644
(file)
--- a/
gtk/gtksearchenginesimple.c
+++ b/
gtk/gtksearchenginesimple.c
@@
-35,6
+35,7
@@
#endif
#include "gtksearchenginesimple.h"
+#include "gtkprivate.h"
#include <string.h>
@@
-101,7
+102,7
@@
search_thread_data_new (GtkSearchEngineSimple *engine,
{
data->path = g_filename_from_uri (uri, NULL, NULL);
g_free (uri);
- }
`
+ }
if (data->path == NULL)
data->path = g_strdup (g_get_home_dir ());
@@
-200,7
+201,6
@@
search_visit_func (const char *fpath,
gchar *lower_name;
gchar *uri;
gboolean hit;
- GList *l;
gboolean is_hidden;
data = (SearchThreadData*)g_static_private_get (&search_thread_data);